home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 76 / XENIATGM66.iso / Patch / Shadow Company / scgsc_client.exe / 0 / RCDATA / TWINCONSOLE / TWINCONSOLE.txt
Text File  |  1999-11-13  |  3KB  |  141 lines

  1. object WinConsole: TWinConsole
  2.   Left = 29
  3.   Top = 37
  4.   Width = 268
  5.   Height = 408
  6.   BorderStyle = bsSizeToolWin
  7.   Caption = 'WinConsole'
  8.   Color = 14205377
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Clear: TButton
  18.     Left = 8
  19.     Top = 323
  20.     Width = 75
  21.     Height = 19
  22.     Anchors = [akLeft, akBottom]
  23.     Caption = 'Clear'
  24.     TabOrder = 0
  25.     OnClick = ClearClick
  26.   end
  27.   object Edit1: TEdit
  28.     Left = 8
  29.     Top = 349
  30.     Width = 249
  31.     Height = 21
  32.     Anchors = [akLeft, akRight, akBottom]
  33.     Color = clBlue
  34.     Font.Charset = DEFAULT_CHARSET
  35.     Font.Color = clYellow
  36.     Font.Height = -11
  37.     Font.Name = 'MS Sans Serif'
  38.     Font.Style = []
  39.     ParentFont = False
  40.     TabOrder = 1
  41.   end
  42.   object PageControl1: TPageControl
  43.     Left = 8
  44.     Top = 8
  45.     Width = 249
  46.     Height = 310
  47.     ActivePage = Output1
  48.     Anchors = [akLeft, akTop, akRight, akBottom]
  49.     TabOrder = 2
  50.     object Output1: TTabSheet
  51.       Caption = 'Output1'
  52.       object Memo1: TMemo
  53.         Left = 2
  54.         Top = -1
  55.         Width = 239
  56.         Height = 279
  57.         Anchors = [akLeft, akTop, akRight, akBottom]
  58.         Color = clBlue
  59.         Font.Charset = DEFAULT_CHARSET
  60.         Font.Color = clYellow
  61.         Font.Height = -11
  62.         Font.Name = 'MS Sans Serif'
  63.         Font.Style = []
  64.         Lines.Strings = (
  65.           'WinConsole Debugger. '
  66.           'Version 1.0'
  67.           'pDinh'
  68.           ''
  69.           'Output1')
  70.         ParentFont = False
  71.         ScrollBars = ssVertical
  72.         TabOrder = 0
  73.       end
  74.     end
  75.     object Output2: TTabSheet
  76.       Caption = 'Output2'
  77.       ImageIndex = 1
  78.       object Memo2: TMemo
  79.         Left = 2
  80.         Top = -1
  81.         Width = 239
  82.         Height = 279
  83.         Anchors = [akLeft, akTop, akRight, akBottom]
  84.         Color = clBlue
  85.         Font.Charset = DEFAULT_CHARSET
  86.         Font.Color = clYellow
  87.         Font.Height = -11
  88.         Font.Name = 'MS Sans Serif'
  89.         Font.Style = []
  90.         Lines.Strings = (
  91.           'WinConsole Debugger. '
  92.           'Version 1.0'
  93.           'pDinh'
  94.           ''
  95.           'Output 2')
  96.         ParentFont = False
  97.         ScrollBars = ssVertical
  98.         TabOrder = 0
  99.       end
  100.     end
  101.     object Output3: TTabSheet
  102.       Caption = 'Output3'
  103.       ImageIndex = 2
  104.       object Memo3: TMemo
  105.         Left = 2
  106.         Top = -1
  107.         Width = 239
  108.         Height = 279
  109.         Anchors = [akLeft, akTop, akRight, akBottom]
  110.         Color = clBlue
  111.         Font.Charset = DEFAULT_CHARSET
  112.         Font.Color = clYellow
  113.         Font.Height = -11
  114.         Font.Name = 'MS Sans Serif'
  115.         Font.Style = []
  116.         Lines.Strings = (
  117.           'WinConsole Debugger. '
  118.           'Version 1.0'
  119.           'pDinh'
  120.           ''
  121.           'Output 3')
  122.         ParentFont = False
  123.         ScrollBars = ssVertical
  124.         TabOrder = 0
  125.       end
  126.     end
  127.   end
  128.   object AutoSwitch: TCheckBox
  129.     Left = 180
  130.     Top = 325
  131.     Width = 73
  132.     Height = 17
  133.     Alignment = taLeftJustify
  134.     Anchors = [akRight, akBottom]
  135.     Caption = 'AutoSwitch'
  136.     Checked = True
  137.     State = cbChecked
  138.     TabOrder = 3
  139.   end
  140. end
  141.